home *** CD-ROM | disk | FTP | other *** search
/ Champak 40 / Vol 40.iso / games / spark_to.swf / scripts / DefineButton2_70 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2007-04-20  |  65 b   |  5 lines

  1. on(release){
  2.    _parent.fnStartGame(1);
  3.    gotoAndStop(1);
  4. }
  5.